bitkeeper revision 1.1159.1.521 (41d46f39V5gFv-vVZKIR69j7WEZGCw)
authorsmh22@tempest.cl.cam.ac.uk <smh22@tempest.cl.cam.ac.uk>
Thu, 30 Dec 2004 21:12:25 +0000 (21:12 +0000)
committersmh22@tempest.cl.cam.ac.uk <smh22@tempest.cl.cam.ac.uk>
Thu, 30 Dec 2004 21:12:25 +0000 (21:12 +0000)
fix typo

linux-2.6.10-xen-sparse/drivers/xen/blkfront/blkfront.c

index 47a814dbc21080a90ae0acfee4a63843878a70b9..040f2d93b7e23b2e59fa7d7eb3e92dc04f6dfea2 100644 (file)
@@ -434,7 +434,7 @@ static irqreturn_t blkif_int(int irq, void *dev_id, struct pt_regs *ptregs)
         return IRQ_HANDLED;
     }
     
-    rp = blk_ring.sring->req_prod;
+    rp = blk_ring.sring->rsp_prod;
     rmb(); /* Ensure we see queued responses up to 'rp'. */
 
     for ( i = blk_ring.rsp_cons; i != rp; i++ )